(tzname): Do not define in msvc8.
authorJason Rumney <jasonr@gnu.org>
Fri, 29 Dec 2006 14:48:42 +0000 (14:48 +0000)
committerJason Rumney <jasonr@gnu.org>
Fri, 29 Dec 2006 14:48:42 +0000 (14:48 +0000)
src/s/ms-w32.h

index a2281e926a50f116f405db3c5055a6765d038029..455cfb2363f79294cbef67738d716da01617eb5a 100644 (file)
@@ -395,7 +395,10 @@ typedef int pid_t;
 #define strnicmp  _strnicmp
 #define stricmp   _stricmp
 #define tzset     _tzset
+
+#if !defined (_MSC_VER) || (_MSC_VER < 1400)
 #define tzname    _tzname
+#endif
 
 #ifdef HAVE_NTGUI
 #define abort  w32_abort